Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 2 - 3D Viewer / 3D Viewer Reference
3D Viewer Routines / Creating and Configuring Viewers


Q3ViewerUseGroup

You can use the Q3ViewerUseGroup function to set the group of objects associated with a viewer.

OSErr Q3ViewerUseGroup (
TQ3ViewerObject theViewer, 
TQ3GroupObject group);
theViewer
A viewer object.
group
A group.
DESCRIPTION
The Q3ViewerUseGroup function sets the group of objects associated with the viewer specified by the theViewer parameter to the group specified by the group parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996